-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test mac os #53
Test mac os #53
Conversation
Add test for MacOS in Github action Maybe see this to add test for FreeBSD : https://github.com/marketplace/actions/freebsd-vm
adding log to the test for better understanding
for the shellcheck fail do i add a ignore or do i remove the yellow color ? |
Hey @meo-pill, thx for the PR! You can remove the Yellow color for now, if we ever need it we can always add it back. Looks like the macOS build doesn't work yet, any idea why? |
refactor: add regularity to spaces (markusressel#52)
remove the yellow color that is unused in the test
the `"${variable,,}"` seam to not work on macOS so y remove it for the `skip_hardlink_flag` because it's always lowercase
remove all the lower-case casting
The command `lsattr` is not supported on macOS so I have remove it switch to `stat` instead of `ls` for better performance and no subshell use of parameter expansion with `%` in place of `awk` for performance and no subshell
Looks good! Is this PR ready for merging? |
Yes, for me it's ok to merge. Maybe add a FreeBSD test to github action, but that can be done on another PR
|
Great! |
the macOS test sequence fail a the first one so i think that a problème